fix typos.
authorKristian Rietveld <kristian@src.gnome.org>
Mon, 4 Sep 2006 20:58:09 +0000 (20:58 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Mon, 4 Sep 2006 20:58:09 +0000 (20:58 +0000)
ChangeLog

index f89ebee714596bb751f5feb666625b94d5103c64..a4ecd66b59059a1472b552d476e548383d74d792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,9 +10,9 @@
        operations spawned by buttons here,
        (set_button_image_get_info_cb): bail out if button is NULL, but
        do free button_data,
-       (button_data_free): only free the data is non NULL (since this
+       (button_data_free): only free the data if non NULL (since this
        function can be called multiple times for the same data), cancel
-       handle is pending but don't free button_data in this case (will
+       handle if pending but don't free button_data in this case (will
        happen in the callback).
 
 2006-09-04  Michael Natterer  <mitch@imendio.com>